projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
80e1568
)
(indented_beyond_p): Return the right kind of value.
author
Richard M. Stallman
<rms@gnu.org>
Tue, 23 Jun 1998 20:31:53 +0000
(20:31 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Tue, 23 Jun 1998 20:31:53 +0000
(20:31 +0000)
src/indent.c
patch
|
blob
|
history
diff --git
a/src/indent.c
b/src/indent.c
index 0d49c9515ccd9e0c4d48a1a666af88e28c4e3ba0..c739da725dfbe99271bea05fc81f3f1235f88be6 100644
(file)
--- a/
src/indent.c
+++ b/
src/indent.c
@@
-801,7
+801,7
@@
indented_beyond_p (pos, pos_byte, column)
val = position_indentation (PT_BYTE);
SET_PT_BOTH (opoint, opoint_byte);
- return val;
+ return val
>= column
;
}
\f
DEFUN ("move-to-column", Fmove_to_column, Smove_to_column, 1, 2, "p",